FirecrackerAPIClient

The base class for our API requests

Constructors

this
this(string socketPath)

Construct a new instance of the object with the path to the Firecracker's UNIX Socket

Members

Functions

get
Response get(string path, string query)

Do an HTTP GET to the Firecracker server with a given path

patch
Response patch(string path, string model)

Do an HTTP PATCH to the firecracker server with a given path

put
Response put(string path, string model)

Do an HTTP PUT to the Firecracker server with a given path

Meta